Microsoft DirectX 8.1 (C++)

CDrawImage::GetSourceRect

The GetSourceRect method retrieves the source rectangle the draw object is using.

Syntax

void GetSourceRect(
    RECT *pSourceRect
);

Parameters

pSourceRect

Pointer to the source rectangle.

Return Value

No return value.

See Also